runtime.mSpanList.insert (method)
8 uses
	runtime (current package)
		arena.go#L927: 		mheap_.userArena.quarantineList.insert(s)
		mgcsweep.go#L744: 			mheap_.userArena.readyList.insert(s)
		mgcwork.go#L372: 				work.wbufSpans.busy.insert(s)
		mgcwork.go#L385: 			work.wbufSpans.busy.insert(s)
		mheap.go#L1757: func (list *mSpanList) insert(span *mspan) {
		stack.go#L216: 		list.insert(s)
		stack.go#L239: 		stackpool[order].item.span.insert(s)
		stack.go#L521: 			stackLarge.free[log2npage].insert(s)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |